summaryrefslogtreecommitdiff
path: root/app/[lng]/procurement/(procurement)/email-template/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/procurement/(procurement)/email-template/page.tsx')
-rw-r--r--app/[lng]/procurement/(procurement)/email-template/page.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/procurement/(procurement)/email-template/page.tsx b/app/[lng]/procurement/(procurement)/email-template/page.tsx
index 1ef3de6c..7c1156ee 100644
--- a/app/[lng]/procurement/(procurement)/email-template/page.tsx
+++ b/app/[lng]/procurement/(procurement)/email-template/page.tsx
@@ -10,7 +10,7 @@ export default async function MailTemplatesPage() {
<div className="container mx-auto p-6">
<div className="mb-8">
<h1 className="text-3xl font-bold text-gray-900 mb-2">메일 템플릿 관리</h1>
- <p className="text-gray-600">이메일 템플릿을 관리할 수 있습니다.</p>
+ {/* <p className="text-gray-600">이메일 템플릿을 관리할 수 있습니다.</p> */}
</div>
<MailTemplatesClient initialData={initialData} />